Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.autoconfiguredspringrestdocs.withmockmvc
/
MyUserDocumentationTests
My
User
Documentation
Tests
@
WebMvcTest
(
value
=
[
UserController::class
]
)
@
AutoConfigureRestDocs
class
MyUserDocumentationTests
(
@
Autowired
val
mvc
:
MockMvcTester
)
Members
Constructors
My
User
Documentation
Tests
Link copied to clipboard
constructor
(
@
Autowired
mvc
:
MockMvcTester
)
Properties
mvc
Link copied to clipboard
val
mvc
:
MockMvcTester
Functions
list
Users
Link copied to clipboard
@
Test
fun
listUsers
(
)